home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nosvw.zip / DUMP < prev    next >
Text File  |  1991-09-18  |  2KB  |  34 lines

  1. ====                                                NOSview [137]
  2. dump
  3. ====
  4.  
  5. _________________________________________________________________
  6. dump <hex_memory_address> | <.> [<decimal_range>]
  7. _________________________________________________________________
  8. The 'dump' command shows memory in hex and ascii.
  9.  
  10. <hex_memory_address> is a 32-bit value for a PC, split into page
  11. address and page offset.  A colon delimiter between page and
  12. offset is neither used nor accepted.
  13.  
  14. If decimal-range is not given, 128 bytes are displayed.
  15.  
  16. >> Example:  dump 1a2b3c4d     (to dump from address 1a2b:3c4d)
  17.  
  18. This produces a display of the form:
  19.  
  20. ................................................................
  21. :           Main Memory Dump Of Location 1A2B:3C4D             :
  22. :Addr (offset)       Hexadecimal                     Ascii     :
  23. :----                -----------                     -----     :
  24. :                                                              :
  25. :0000 16 26 ff 77 14 1e b8 ... 02 02 cd 41 83  .&.w..8>"P...MA.:
  26. :0010 c4 08 3d ff ff 75 05 ... 19 c4 5e ee 26  D.=..u.8..k.D^n&:
  27. :0020 c4 1f 8c 46 f0 89 5e ... 0b 46 f0 74 03  D..Fp.^n.Fn.Fpt.:
  28. :0030 e9 b9 fe 33 c0 8b e5 ... ec 83 ec 04 c4  i9~3@.e]KU.l.l.D:
  29. :0040 1e c2 77 8c 46 fe 89 ... c4 5e fc 26 8b  .Bw.F~.^|k2D^|&.:
  30. :0050 57 28 26 8b 47 26 bb ... 1f 3b d1 75 11  W(&.G&;..9..;Qu.:
  31. :0060 3b c3 75 0d ff 76 fe ... e8 1d 00 83 c4  ;Cu..v~.v|.h...D:
  32. :0070 04 c4 5e fc 26 c4 1f ... 5e fc 8b 46 fc  .D^|&D..F~.^|.F|:
  33. :..............................................................:
  34.